runtime.moduledata.gofunc (field)

4 uses

	runtime (current package)
		stack.go#L1371: 		if datap.gofunc <= ptr && ptr < datap.end {
		stack.go#L1416: 		if datap.gofunc <= ptr && ptr < datap.end {
		symtab.go#L434: 	gofunc                uintptr // go.func.*
		symtab.go#L1100: 	base := f.datap.gofunc // load gofunc address early so that we calculate during cache misses